JavaScript

{dialog.object}_listMoveAllRows Method

Syntax

{dialog.object}._listMoveAllRows(listSourceId,listTargetId);

Arguments

listSourceIdstring

The source List control name.

listTargetIdstring

The target List control name.

Description

Moves all rows from one List control to another List control.

Discussion

Records are inserted in the target List after the currently selected row in that List.

Example

{dialog.object}._listMoveAllRows('LIST1','LIST2');

See Also